SftTabs/NET 6.0

RemoveAt Method, TabCollectionClass Class

Softel vdm, Inc.

Removes the tab at the specified position from the tab collection.

Syntax      TabCollectionClass Class (Softelvdm.SftTabsNET)

VB   

Public Sub RemoveAt( ByVal index As Integer )
Public Overrides NotOverridable Sub RemoveAt( ByVal index As Integer )

C#   

public void RemoveAt( int index );
public override final void RemoveAt( int index );

C++   

public: void RemoveAt( int index );
public: virtual void RemoveAt( int index ) sealed;

index

The zero-based index of the tab to be removed from the TabCollection.

Comments

The RemoveAt method removes the tab at the specified position from the tab collection.

A tab can only be deleted if the tab has no associated controls in the tab control's client area.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com